Sort — UNIX‐утилита, выводящая сортированное слияние указанных файлов на стандартный вывод с использованием установленной в среде локали. Использование sort [ m][ o output][ bdfinru][ t char][ k keydef]… [file…] sort c [ bdfinru][ t char][ k… … Википедия
sort — UNIX‐утилита, выводящая сортированное слияние указанных файлов на стандартный вывод с использованием установленной в среде локали. Использование sort [ m][ o output][ bdfinru][ t char][ k keydef]… [file…] sort c [ bdfinru][ t char][ k… … Википедия
dictionary — /dik sheuh ner ee/, n., pl. dictionaries. 1. a book containing a selection of the words of a language, usually arranged alphabetically, giving information about their meanings, pronunciations, etymologies, inflected forms, etc., expressed in… … Universalium
Dictionary — For other uses, see Dictionary (disambiguation). For Wikimedia s dictionary project visit Wiktionary, or see the Wiktionary article. A multi volume Latin dictionary by Egidio Forcellini. A dic … Wikipedia
Bucket sort — Bucket sort, or bin sort, is a sorting algorithm that works by partitioning an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting… … Wikipedia
Pigeonhole sort — Class Sorting algorithm Data structure Array Worst case performance O(N + n), where N is the range of key values and n is the input size Worst case space complexity O(N * n) … Wikipedia
Merge sort — Example of merge sort sorting a list of random dots. Class Sorting algorithm Data structure Array Worst case performance O(n log n) … Wikipedia
Counting sort — In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that are small integers; that is, it is an integer sorting algorithm. It operates by counting the number of objects that have each distinct… … Wikipedia
Cocktail sort — Class Sorting algorithm Data structure Array Worst case performance О(n²) Best case performance O(n) … Wikipedia
Cooperative Dictionary of the Rhinelandic Colloquial Language — The Landschaftsverband Rheinland (LVR), a public body of municipal self governance of the Rhineland in West of North Rhine Westphalia in Western Germany, runs a project they call Cooperative Dictionary of the Rhinelandic Colloquial Language, or… … Wikipedia
Strand sort — is a sorting algorithm. It works by repeatedly pulling sorted sublists out of the list to be sorted and merging them with a result array. Each iteration through the unsorted list pulls out a series of elements which were already sorted, and… … Wikipedia